projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bdbc768
)
(Fkill_buffer): Use replace_buffer_in_all_windows.
author
Richard M. Stallman
<rms@gnu.org>
Tue, 2 Jan 1996 08:54:40 +0000
(08:54 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Tue, 2 Jan 1996 08:54:40 +0000
(08:54 +0000)
src/buffer.c
patch
|
blob
|
history
diff --git
a/src/buffer.c
b/src/buffer.c
index 02518193264443ac1bebeaadc3b8a0b7979bf436..0bebad306948761a243fc29e7400836964cc524e 100644
(file)
--- a/
src/buffer.c
+++ b/
src/buffer.c
@@
-1023,7
+1023,7
@@
with `delete-process'.")
tem = Vinhibit_quit;
Vinhibit_quit = Qt;
Vbuffer_alist = Fdelq (Frassq (buf, Vbuffer_alist), Vbuffer_alist);
-
Freplace_buffer_in
_windows (buf);
+
replace_buffer_in_all
_windows (buf);
Vinhibit_quit = tem;
/* Delete any auto-save file, if we saved it in this session. */